GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / AddEmbeddedImageAnnot_2 Method





In This Topic
AddEmbeddedImageAnnot_2 Method (IAnnotationManager)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(8)>
Function AddEmbeddedImageAnnot_2( _
   ByVal ImageID As Integer, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single _
) As AnnotationEmbeddedImage
[DispId(8)]
AnnotationEmbeddedImage AddEmbeddedImageAnnot_2( 
   int ImageID,
   float Left,
   float Top,
   float Width,
   float Height
)
function AddEmbeddedImageAnnot_2( 
    ImageID: Integer;
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single
): AnnotationEmbeddedImage; 
DispIdAttribute(8)
function AddEmbeddedImageAnnot_2( 
   ImageID : int,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : AnnotationEmbeddedImage;
[DispId(8)]
AnnotationEmbeddedImage* AddEmbeddedImageAnnot_2( 
   int ImageID,
   float Left,
   float Top,
   float Width,
   float Height
) 
[DispId(8)]
AnnotationEmbeddedImage^ AddEmbeddedImageAnnot_2( 
   int ImageID,
   float Left,
   float Top,
   float Width,
   float Height
) 

Parameters

ImageID
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager
IAnnotationManager Members